home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / info / lispref.info.z / lispref.info
Encoding:
GNU Info File  |  1998-05-21  |  25.5 KB  |  844 lines

  1. This is Info file ../../info/lispref.info, produced by Makeinfo version
  2. 1.68 from the input file lispref.texi.
  3.  
  4.    Edition History:
  5.  
  6.    GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 GNU
  7. Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 Lucid
  8. Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994
  9. XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
  10. GNU Emacs Lisp Reference Manual v2.4, June 1995 XEmacs Lisp
  11. Programmer's Manual (for 19.13) Third Edition, July 1995 XEmacs Lisp
  12. Reference Manual (for 19.14 and 20.0) v3.1, March 1996 XEmacs Lisp
  13. Reference Manual (for 19.15 and 20.1, 20.2) v3.2, April, May 1997
  14.  
  15.    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software
  16. Foundation, Inc.  Copyright (C) 1994, 1995 Sun Microsystems, Inc.
  17. Copyright (C) 1995, 1996 Ben Wing.
  18.  
  19.    Permission is granted to make and distribute verbatim copies of this
  20. manual provided the copyright notice and this permission notice are
  21. preserved on all copies.
  22.  
  23.    Permission is granted to copy and distribute modified versions of
  24. this manual under the conditions for verbatim copying, provided that the
  25. entire resulting derived work is distributed under the terms of a
  26. permission notice identical to this one.
  27.  
  28.    Permission is granted to copy and distribute translations of this
  29. manual into another language, under the above conditions for modified
  30. versions, except that this permission notice may be stated in a
  31. translation approved by the Foundation.
  32.  
  33.    Permission is granted to copy and distribute modified versions of
  34. this manual under the conditions for verbatim copying, provided also
  35. that the section entitled "GNU General Public License" is included
  36. exactly as in the original, and provided that the entire resulting
  37. derived work is distributed under the terms of a permission notice
  38. identical to this one.
  39.  
  40.    Permission is granted to copy and distribute translations of this
  41. manual into another language, under the above conditions for modified
  42. versions, except that the section entitled "GNU General Public License"
  43. may be included in a translation approved by the Free Software
  44. Foundation instead of in the original English.
  45.  
  46. 
  47. Indirect:
  48. lispref.info-1: 2189
  49. lispref.info-2: 47350
  50. lispref.info-3: 95877
  51. lispref.info-4: 145731
  52. lispref.info-5: 193706
  53. lispref.info-6: 240392
  54. lispref.info-7: 288653
  55. lispref.info-8: 337804
  56. lispref.info-9: 385156
  57. lispref.info-10: 433694
  58. lispref.info-11: 481577
  59. lispref.info-12: 531381
  60. lispref.info-13: 581266
  61. lispref.info-14: 631218
  62. lispref.info-15: 678645
  63. lispref.info-16: 726351
  64. lispref.info-17: 775405
  65. lispref.info-18: 824016
  66. lispref.info-19: 871820
  67. lispref.info-20: 918305
  68. lispref.info-21: 966922
  69. lispref.info-22: 1013702
  70. lispref.info-23: 1061568
  71. lispref.info-24: 1109775
  72. lispref.info-25: 1159022
  73. lispref.info-26: 1207810
  74. lispref.info-27: 1257674
  75. lispref.info-28: 1304531
  76. lispref.info-29: 1349684
  77. lispref.info-30: 1399451
  78. lispref.info-31: 1447362
  79. lispref.info-32: 1494963
  80. lispref.info-33: 1544739
  81. lispref.info-34: 1594060
  82. lispref.info-35: 1642637
  83. lispref.info-36: 1690907
  84. lispref.info-37: 1739672
  85. lispref.info-38: 1784899
  86. lispref.info-39: 1832976
  87. lispref.info-40: 1882819
  88. lispref.info-41: 1927973
  89. lispref.info-42: 1957267
  90. 
  91. Tag Table:
  92. (Indirect)
  93. Node: Top2189
  94. Node: Copying47350
  95. Node: Introduction66508
  96. Node: Caveats68099
  97. Node: Lisp History69828
  98. Node: Conventions71084
  99. Node: Some Terms71899
  100. Node: nil and t72620
  101. Node: Evaluation Notation74297
  102. Node: Printing Notation75210
  103. Node: Error Messages76084
  104. Node: Buffer Text Notation76525
  105. Node: Format of Descriptions77400
  106. Node: A Sample Function Description78254
  107. Node: A Sample Variable Description82240
  108. Node: Acknowledgements83148
  109. Node: Lisp Data Types85116
  110. Node: Printed Representation87670
  111. Node: Comments89713
  112. Node: Primitive Types90611
  113. Node: Programming Types92269
  114. Node: Integer Type94221
  115. Node: Floating Point Type95258
  116. Node: Character Type95877
  117. Node: Symbol Type103783
  118. Node: Sequence Type106478
  119. Node: Cons Cell Type107999
  120. Node: Dotted Pair Notation112482
  121. Node: Association List Type114603
  122. Node: Array Type115486
  123. Node: String Type116952
  124. Node: Vector Type119633
  125. Node: Bit Vector Type120405
  126. Node: Function Type121267
  127. Node: Macro Type122383
  128. Node: Primitive Function Type123080
  129. Node: Compiled-Function Type124607
  130. Node: Autoload Type125161
  131. Node: Char Table Type126175
  132. Node: Hash Table Type126349
  133. Node: Range Table Type127326
  134. Node: Weak List Type128179
  135. Node: Editing Types128329
  136. Node: Buffer Type129956
  137. Node: Marker Type131992
  138. Node: Extent Type132716
  139. Node: Window Type133984
  140. Node: Frame Type135395
  141. Node: Device Type136190
  142. Node: Console Type137016
  143. Node: Window Configuration Type138217
  144. Node: Event Type138915
  145. Node: Process Type139079
  146. Node: Stream Type140114
  147. Node: Keymap Type141239
  148. Node: Syntax Table Type141777
  149. Node: Display Table Type142801
  150. Node: Database Type143240
  151. Node: Charset Type143406
  152. Node: Coding System Type143570
  153. Node: ToolTalk Message Type143754
  154. Node: ToolTalk Pattern Type143953
  155. Node: Window-System Types144125
  156. Node: Face Type145271
  157. Node: Glyph Type145402
  158. Node: Specifier Type145558
  159. Node: Font Instance Type145731
  160. Node: Color Instance Type145921
  161. Node: Image Instance Type146118
  162. Node: Toolbar Button Type146316
  163. Node: Subwindow Type146509
  164. Node: X Resource Type146688
  165. Node: Type Predicates146841
  166. Node: Equality Predicates155966
  167. Node: Numbers160770
  168. Node: Integer Basics162086
  169. Node: Float Basics164436
  170. Node: Predicates on Numbers166178
  171. Node: Comparison of Numbers167811
  172. Node: Numeric Conversions171200
  173. Node: Arithmetic Operations172666
  174. Node: Rounding Operations178131
  175. Node: Bitwise Operations179236
  176. Node: Math Functions188171
  177. Node: Random Numbers190487
  178. Node: Strings and Characters192253
  179. Node: String Basics193706
  180. Node: Predicates for Strings196128
  181. Node: Creating Strings196669
  182. Node: Predicates for Characters201509
  183. Node: Character Codes202580
  184. Node: Text Comparison203993
  185. Node: String Conversion207355
  186. Node: Modifying Strings210848
  187. Node: String Properties211489
  188. Node: Formatting Strings212132
  189. Node: Character Case221628
  190. Node: Case Tables224774
  191. Node: Char Tables228673
  192. Node: Char Table Types230065
  193. Node: Working With Char Tables231640
  194. Node: Lists233589
  195. Node: Cons Cells234712
  196. Node: Lists as Boxes236048
  197. Node: List-related Predicates238690
  198. Node: List Elements240392
  199. Node: Building Lists245421
  200. Node: Modifying Lists251416
  201. Node: Setcar252228
  202. Node: Setcdr254649
  203. Node: Rearrangement257159
  204. Node: Sets And Lists262718
  205. Node: Association Lists266947
  206. Node: Property Lists276448
  207. Node: Working With Normal Plists277996
  208. Node: Working With Lax Plists280264
  209. Node: Converting Plists To/From Alists282504
  210. Node: Weak Lists283852
  211. Node: Sequences Arrays Vectors286017
  212. Node: Sequence Functions288653
  213. Node: Arrays292314
  214. Node: Array Functions295379
  215. Node: Vectors297912
  216. Node: Vector Functions299410
  217. Node: Bit Vectors301984
  218. Node: Bit Vector Functions302829
  219. Node: Symbols305080
  220. Node: Symbol Components306129
  221. Node: Definitions310308
  222. Node: Creating Symbols312533
  223. Node: Symbol Properties319571
  224. Node: Plists and Alists321087
  225. Node: Symbol Plists322837
  226. Node: Other Plists324647
  227. Node: Evaluation326425
  228. Node: Intro Eval327230
  229. Node: Eval330721
  230. Node: Forms335134
  231. Node: Self-Evaluating Forms336291
  232. Node: Symbol Forms337804
  233. Node: Classifying Lists338721
  234. Node: Function Indirection339477
  235. Node: Function Forms342592
  236. Node: Macro Forms343591
  237. Node: Special Forms345191
  238. Node: Autoloading347525
  239. Node: Quoting348023
  240. Node: Control Structures349386
  241. Node: Sequencing351008
  242. Node: Conditionals353873
  243. Node: Combining Conditions357296
  244. Node: Iteration360566
  245. Node: Nonlocal Exits362351
  246. Node: Catch and Throw363053
  247. Node: Examples of Catch366897
  248. Node: Errors368916
  249. Node: Signaling Errors370405
  250. Node: Processing of Errors373473
  251. Node: Handling Errors374803
  252. Node: Error Symbols381709
  253. Node: Cleanups385156
  254. Node: Variables388936
  255. Node: Global Variables390705
  256. Node: Constant Variables391781
  257. Node: Local Variables392305
  258. Node: Void Variables397249
  259. Node: Defining Variables400760
  260. Node: Accessing Variables407926
  261. Node: Setting Variables409352
  262. Node: Variable Scoping413871
  263. Node: Scope415470
  264. Node: Extent416995
  265. Node: Impl of Scope418474
  266. Node: Using Scoping420437
  267. Node: Buffer-Local Variables421959
  268. Node: Intro to Buffer-Local422795
  269. Node: Creating Buffer-Local425338
  270. Node: Default Value430550
  271. Node: Variable Aliases433694
  272. Node: Functions435480
  273. Node: What Is a Function436574
  274. Node: Lambda Expressions440621
  275. Node: Lambda Components441531
  276. Node: Simple Lambda443363
  277. Node: Argument List445022
  278. Node: Function Documentation448750
  279. Node: Function Names450692
  280. Node: Defining Functions453266
  281. Node: Calling Functions456308
  282. Node: Mapping Functions460157
  283. Node: Anonymous Functions462510
  284. Node: Function Cells465755
  285. Node: Inline Functions470565
  286. Node: Related Topics472375
  287. Node: Macros473428
  288. Node: Simple Macro474712
  289. Node: Expansion475447
  290. Node: Compiling Macros478421
  291. Node: Defining Macros480259
  292. Node: Backquote481577
  293. Node: Problems with Macros483922
  294. Node: Argument Evaluation484617
  295. Node: Surprising Local Vars487518
  296. Node: Eval During Expansion489586
  297. Node: Repeated Expansion491280
  298. Node: Loading493191
  299. Node: How Programs Do Loading494864
  300. Node: Autoload503993
  301. Node: Repeated Loading510073
  302. Node: Named Features512187
  303. Node: Unloading516833
  304. Node: Hooks for Loading518989
  305. Node: Byte Compilation519706
  306. Node: Speed of Byte-Code521491
  307. Node: Compilation Functions522576
  308. Node: Docs and Compilation528812
  309. Node: Dynamic Loading531381
  310. Node: Eval During Compile533745
  311. Node: Compiled-Function Objects535010
  312. Node: Disassembly539784
  313. Node: Debugging548239
  314. Node: Debugger549651
  315. Node: Error Debugging550796
  316. Node: Infinite Loops553549
  317. Node: Function Debugging554793
  318. Node: Explicit Debug557576
  319. Node: Using Debugger558348
  320. Node: Debugger Commands560212
  321. Node: Invoking the Debugger564529
  322. Node: Internals of Debugger568444
  323. Node: Syntax Errors573321
  324. Node: Excess Open574569
  325. Node: Excess Close576444
  326. Node: Compilation Errors577865
  327. Node: Edebug579153
  328. Node: Using Edebug581266
  329. Node: Instrumenting583963
  330. Node: Edebug Execution Modes587452
  331. Node: Jumping590562
  332. Node: Edebug Misc592905
  333. Node: Breakpoints594294
  334. Node: Global Break Condition597100
  335. Node: Embedded Breakpoints598055
  336. Node: Trapping Errors599010
  337. Node: Edebug Views601086
  338. Node: Edebug Eval603051
  339. Node: Eval List604228
  340. Node: Reading in Edebug607613
  341. Node: Printing in Edebug608412
  342. Node: Tracing610127
  343. Node: Coverage Testing612013
  344. Node: The Outside Context614054
  345. Node: Checking Whether to Stop615003
  346. Node: Edebug Display Update615649
  347. Node: Edebug Recursive Edit617671
  348. Node: Instrumenting Macro Calls619325
  349. Node: Specification List621807
  350. Node: Backtracking631218
  351. Node: Debugging Backquote633156
  352. Node: Specification Examples636861
  353. Node: Edebug Options638928
  354. Node: Read and Print644265
  355. Node: Streams Intro645242
  356. Node: Input Streams647260
  357. Node: Input Functions652161
  358. Node: Output Streams654221
  359. Node: Output Functions658273
  360. Node: Output Variables662573
  361. Node: Minibuffers667372
  362. Node: Intro to Minibuffers668457
  363. Node: Text from Minibuffer670785
  364. Node: Object from Minibuffer675448
  365. Node: Minibuffer History678645
  366. Node: Completion681555
  367. Node: Basic Completion683530
  368. Node: Minibuffer Completion688537
  369. Node: Completion Commands691772
  370. Node: High-Level Completion696420
  371. Node: Reading File Names700444
  372. Node: Programmed Completion704133
  373. Node: Yes-or-No Queries706343
  374. Node: Multiple Queries712039
  375. Node: Minibuffer Misc716104
  376. Node: Command Loop720973
  377. Node: Command Overview722319
  378. Node: Defining Commands725603
  379. Node: Using Interactive726351
  380. Node: Interactive Codes730809
  381. Node: Interactive Examples736613
  382. Node: Interactive Call737927
  383. Node: Command Loop Info743330
  384. Node: Events748309
  385. Node: Event Types749769
  386. Node: Event Contents751994
  387. Node: Event Predicates756510
  388. Node: Accessing Mouse Event Positions757928
  389. Node: Frame-Level Event Position Info758608
  390. Node: Window-Level Event Position Info759647
  391. Node: Event Text Position Info761397
  392. Node: Event Glyph Position Info763885
  393. Node: Event Toolbar Position Info765204
  394. Node: Other Event Position Info765873
  395. Node: Accessing Other Event Info766281
  396. Node: Working With Events768078
  397. Node: Converting Events769496
  398. Node: Reading Input772449
  399. Node: Key Sequence Input773451
  400. Node: Reading One Event775405
  401. Node: Dispatching an Event778166
  402. Node: Quoted Character Input778617
  403. Node: Peeking and Discarding779965
  404. Node: Waiting783869
  405. Node: Quitting786177
  406. Node: Prefix Command Arguments790585
  407. Node: Recursive Editing795672
  408. Node: Disabling Commands800469
  409. Node: Command History802536
  410. Node: Keyboard Macros804274
  411. Node: Keymaps806492
  412. Node: Keymap Terminology808069
  413. Node: Format of Keymaps810999
  414. Node: Creating Keymaps811410
  415. Node: Inheritance and Keymaps813489
  416. Node: Key Sequences815861
  417. Node: Prefix Keys820431
  418. Node: Active Keymaps824016
  419. Node: Key Lookup833231
  420. Node: Functions for Key Lookup838395
  421. Node: Changing Key Bindings844098
  422. Node: Key Binding Commands850985
  423. Node: Scanning Keymaps853051
  424. Node: Other Keymap Functions861563
  425. Node: Menus862185
  426. Node: Menu Format862727
  427. Node: Menubar Format871195
  428. Node: Menubar871820
  429. Node: Modifying Menus874934
  430. Node: Menu Filters879952
  431. Node: Pop-Up Menus881847
  432. Node: Menu Accelerators884053
  433. Node: Creating Menu Accelerators884775
  434. Node: Keyboard Menu Traversal886097
  435. Node: Menu Accelerator Functions886825
  436. Node: Buffers Menu889865
  437. Node: Dialog Boxes891159
  438. Node: Dialog Box Format891326
  439. Node: Dialog Box Functions892696
  440. Node: Toolbar893094
  441. Node: Toolbar Intro893419
  442. Node: Toolbar Descriptor Format895830
  443. Node: Specifying the Toolbar900324
  444. Node: Other Toolbar Variables903931
  445. Node: Scrollbars908358
  446. Node: Modes908486
  447. Node: Major Modes909434
  448. Node: Major Mode Conventions912350
  449. Node: Example Major Modes918305
  450. Node: Auto Major Mode926273
  451. Node: Mode Help933722
  452. Node: Derived Modes934823
  453. Node: Minor Modes937014
  454. Node: Minor Mode Conventions938316
  455. Node: Keymaps and Minor Modes941180
  456. Node: Modeline Format942015
  457. Node: Modeline Data943784
  458. Node: Modeline Variables948056
  459. Node: %-Constructs952772
  460. Node: Hooks955683
  461. Node: Documentation962447
  462. Node: Documentation Basics963870
  463. Node: Accessing Documentation966922
  464. Node: Keys in Documentation973113
  465. Node: Describing Characters976576
  466. Node: Help Functions978930
  467. Node: Obsoleteness985373
  468. Node: Files988367
  469. Node: Visiting Files990292
  470. Node: Visiting Functions991797
  471. Node: Subroutines of Visiting996845
  472. Node: Saving Buffers998921
  473. Node: Reading from Files1005014
  474. Node: Writing to Files1007171
  475. Node: File Locks1009888
  476. Node: Information about Files1012941
  477. Node: Testing Accessibility1013702
  478. Node: Kinds of Files1017442
  479. Node: Truenames1019123
  480. Node: File Attributes1020126
  481. Node: Changing File Attributes1025266
  482. Node: File Names1030672
  483. Node: File Name Components1032208
  484. Node: Directory Names1035309
  485. Node: Relative File Names1038762
  486. Node: File Name Expansion1039840
  487. Node: Unique File Names1044204
  488. Node: File Name Completion1045362
  489. Node: Contents of Directories1047994
  490. Node: Create/Delete Dirs1051307
  491. Node: Magic File Names1052413
  492. Node: Partial Files1058043
  493. Node: Intro to Partial Files1058271
  494. Node: Creating a Partial File1059511
  495. Node: Detached Partial Files1060446
  496. Node: Format Conversion1061568
  497. Node: Files and MS-DOS1068086
  498. Node: Backups and Auto-Saving1070150
  499. Node: Backup Files1070825
  500. Node: Making Backups1072222
  501. Node: Rename or Copy1074971
  502. Node: Numbered Backups1077464
  503. Node: Backup Names1079709
  504. Node: Auto-Saving1082992
  505. Node: Reverting1091134
  506. Node: Buffers1094292
  507. Node: Buffer Basics1095707
  508. Node: Current Buffer1097760
  509. Node: Buffer Names1102450
  510. Node: Buffer File Name1105655
  511. Node: Buffer Modification1109775
  512. Node: Modification Time1111971
  513. Node: Read Only Buffers1115346
  514. Node: The Buffer List1117764
  515. Node: Creating Buffers1122594
  516. Node: Killing Buffers1124743
  517. Node: Indirect Buffers1128474
  518. Node: Windows1130301
  519. Node: Basic Windows1131779
  520. Node: Splitting Windows1134877
  521. Node: Deleting Windows1141748
  522. Node: Selecting Windows1144429
  523. Node: Cyclic Window Ordering1147379
  524. Node: Buffers and Windows1152003
  525. Node: Displaying Buffers1153844
  526. Node: Choosing Window1159022
  527. Node: Window Point1166738
  528. Node: Window Start1168784
  529. Node: Vertical Scrolling1173274
  530. Node: Horizontal Scrolling1178981
  531. Node: Size of Window1182490
  532. Node: Position of Window1186135
  533. Node: Resizing Windows1187967
  534. Node: Window Configurations1192492
  535. Node: Frames1195917
  536. Node: Creating Frames1197686
  537. Node: Frame Properties1199027
  538. Node: Property Access1199843
  539. Node: Initial Properties1200692
  540. Node: X Frame Properties1203176
  541. Node: Size and Position1207810
  542. Node: Frame Name1209806
  543. Node: Frame Titles1210720
  544. Node: Deleting Frames1212544
  545. Node: Finding All Frames1213144
  546. Node: Frames and Windows1215138
  547. Node: Minibuffers and Frames1216843
  548. Node: Input Focus1217762
  549. Node: Visibility of Frames1219826
  550. Node: Raising and Lowering1221745
  551. Node: Frame Configurations1224122
  552. Node: Frame Hooks1224716
  553. Node: Consoles and Devices1226523
  554. Node: Basic Console Functions1229267
  555. Node: Basic Device Functions1229690
  556. Node: Console Types and Device Classes1230406
  557. Node: Connecting to a Console or Device1232603
  558. Node: The Selected Console and Device1234766
  559. Node: Console and Device I/O1235792
  560. Node: Positions1236556
  561. Node: Point1237525
  562. Node: Motion1240617
  563. Node: Character Motion1241384
  564. Node: Word Motion1243621
  565. Node: Buffer End Motion1245122
  566. Node: Text Lines1246619
  567. Node: Screen Lines1251214
  568. Node: List Motion1254266
  569. Node: Skipping Characters1257674
  570. Node: Excursions1259893
  571. Node: Narrowing1262477
  572. Node: Markers1267804
  573. Node: Overview of Markers1268706
  574. Node: Predicates on Markers1273399
  575. Node: Creating Markers1274645
  576. Node: Information from Markers1278682
  577. Node: Changing Markers1279780
  578. Node: The Mark1281158
  579. Node: The Region1289652
  580. Node: Text1295338
  581. Node: Near Point1297995
  582. Node: Buffer Contents1301717
  583. Node: Comparing Text1303123
  584. Node: Insertion1304531
  585. Node: Commands for Insertion1308374
  586. Node: Deletion1311332
  587. Node: User-Level Deletion1314929
  588. Node: The Kill Ring1319059
  589. Node: Kill Ring Concepts1321233
  590. Node: Kill Functions1322287
  591. Node: Yank Commands1324192
  592. Node: Low-Level Kill Ring1326063
  593. Node: Internals of Kill Ring1328849
  594. Node: Undo1331629
  595. Node: Maintaining Undo1335958
  596. Node: Filling1338578
  597. Node: Margins1344573
  598. Node: Auto Filling1348503
  599. Node: Sorting1349684
  600. Node: Columns1358985
  601. Node: Indentation1361501
  602. Node: Primitive Indent1362280
  603. Node: Mode-Specific Indent1363524
  604. Node: Region Indent1366035
  605. Node: Relative Indent1368983
  606. Node: Indent Tabs1371365
  607. Node: Motion by Indent1372687
  608. Node: Case Changes1373466
  609. Node: Text Properties1376717
  610. Node: Examining Properties1378532
  611. Node: Changing Properties1380399
  612. Node: Property Search1383994
  613. Node: Special Properties1388705
  614. Node: Saving Properties1388986
  615. Node: Substitution1392128
  616. Node: Registers1393998
  617. Node: Transposition1396541
  618. Node: Change Hooks1397435
  619. Node: Searching and Matching1399451
  620. Node: String Search1400582
  621. Node: Regular Expressions1405306
  622. Node: Syntax of Regexps1405889
  623. Node: Regexp Example1418333
  624. Node: Regexp Search1420503
  625. Node: POSIX Regexps1425712
  626. Node: Search and Replace1427547
  627. Node: Match Data1430912
  628. Node: Simple Match Data1432042
  629. Node: Replacing Match1436306
  630. Node: Entire Match Data1438640
  631. Node: Saving Match Data1440631
  632. Node: Searching and Case1442014
  633. Node: Standard Regexps1444048
  634. Node: Syntax Tables1446246
  635. Node: Syntax Basics1447362
  636. Node: Syntax Descriptors1450337
  637. Node: Syntax Class Table1452187
  638. Node: Syntax Flags1458225
  639. Node: Syntax Table Functions1461442
  640. Node: Motion and Syntax1465306
  641. Node: Parsing Expressions1466758
  642. Node: Standard Syntax Tables1472827
  643. Node: Syntax Table Internals1473671
  644. Node: Abbrevs1474698
  645. Node: Abbrev Mode1476502
  646. Node: Abbrev Tables1477222
  647. Node: Defining Abbrevs1478755
  648. Node: Abbrev Files1480660
  649. Node: Abbrev Expansion1482434
  650. Node: Standard Abbrev Tables1487065
  651. Node: Extents1488224
  652. Node: Intro to Extents1489467
  653. Node: Creating and Modifying Extents1493454
  654. Node: Extent Endpoints1494963
  655. Node: Finding Extents1498228
  656. Node: Mapping Over Extents1501979
  657. Node: Extent Properties1508097
  658. Node: Detached Extents1518240
  659. Node: Extent Parents1520099
  660. Node: Duplicable Extents1521794
  661. Node: Extents and Events1525017
  662. Node: Atomic Extents1526925
  663. Node: Specifiers1527372
  664. Node: Introduction to Specifiers1529175
  665. Node: Specifiers In-Depth1531485
  666. Node: Specifier Instancing1536400
  667. Node: Specifier Types1539669
  668. Node: Adding Specifications1544739
  669. Node: Retrieving Specifications1552619
  670. Node: Specifier Tag Functions1556354
  671. Node: Specifier Instancing Functions1559588
  672. Node: Specifier Example1562995
  673. Node: Creating Specifiers1566101
  674. Node: Specifier Validation Functions1568350
  675. Node: Other Specification Functions1570734
  676. Node: Faces and Window-System Objects1574553
  677. Node: Faces1574877
  678. Node: Merging Faces1576495
  679. Node: Basic Face Functions1578456
  680. Node: Face Properties1580555
  681. Node: Face Convenience Functions1590114
  682. Node: Other Face Display Functions1593247
  683. Node: Fonts1594060
  684. Node: Font Specifiers1594761
  685. Node: Font Instances1595002
  686. Node: Font Instance Names1595969
  687. Node: Font Instance Size1596810
  688. Node: Font Instance Characteristics1598096
  689. Node: Font Convenience Functions1599265
  690. Node: Colors1600555
  691. Node: Color Specifiers1600995
  692. Node: Color Instances1601222
  693. Node: Color Instance Properties1601966
  694. Node: Color Convenience Functions1602592
  695. Node: Glyphs1603645
  696. Node: Glyph Functions1605237
  697. Node: Creating Glyphs1605644
  698. Node: Glyph Properties1607230
  699. Node: Glyph Convenience Functions1616397
  700. Node: Glyph Dimensions1620344
  701. Node: Images1621424
  702. Node: Image Specifiers1621873
  703. Node: Image Instantiator Conversion1633296
  704. Node: Image Instances1634661
  705. Node: Image Instance Types1635412
  706. Node: Image Instance Functions1638067
  707. Node: Glyph Types1642637
  708. Node: Mouse Pointer1644409
  709. Node: Redisplay Glyphs1647412
  710. Node: Subwindows1648445
  711. Node: Annotations1648688
  712. Node: Annotation Basics1649705
  713. Node: Annotation Primitives1653643
  714. Node: Annotation Properties1654972
  715. Node: Locating Annotations1658012
  716. Node: Margin Primitives1658849
  717. Node: Annotation Hooks1660743
  718. Node: Display1661403
  719. Node: Refresh Screen1662336
  720. Node: Truncation1664446
  721. Node: The Echo Area1666973
  722. Node: Invisible Text1669790
  723. Node: Selective Display1672373
  724. Node: Overlay Arrow1676500
  725. Node: Temporary Displays1677854
  726. Node: Blinking1681975
  727. Node: Usual Display1684159
  728. Node: Display Tables1686709
  729. Node: Display Table Format1687513
  730. Node: Active Display Table1688957
  731. Node: Character Descriptors1690149
  732. Node: Beeping1690907
  733. Node: Hash Tables1695663
  734. Node: Introduction to Hash Tables1696263
  735. Node: Working With Hash Tables1698631
  736. Node: Weak Hash Tables1699459
  737. Node: Range Tables1701683
  738. Node: Introduction to Range Tables1702372
  739. Node: Working With Range Tables1702803
  740. Node: Databases1703688
  741. Node: Connecting to a Database1703987
  742. Node: Working With a Database1705078
  743. Node: Other Database Functions1705936
  744. Node: Processes1706510
  745. Node: Subprocess Creation1708734
  746. Node: Synchronous Processes1712027
  747. Node: MS-DOS Subprocesses1718725
  748. Node: Asynchronous Processes1719799
  749. Node: Deleting Processes1723503
  750. Node: Process Information1725374
  751. Node: Input to Processes1729302
  752. Node: Signals to Processes1731571
  753. Node: Output from Processes1735991
  754. Node: Process Buffers1736803
  755. Node: Filter Functions1739672
  756. Node: Accepting Output1745239
  757. Node: Sentinels1746766
  758. Node: Process Window Size1750259
  759. Node: Transaction Queues1750608
  760. Node: Network1752306
  761. Node: System Interface1754140
  762. Node: Starting Up1755410
  763. Node: Start-up Summary1756004
  764. Node: Init File1759558
  765. Node: Terminal-Specific1761940
  766. Node: Command Line Arguments1765099
  767. Node: Getting Out1768587
  768. Node: Killing XEmacs1769156
  769. Node: Suspending XEmacs1770825
  770. Node: System Environment1774141
  771. Node: User Identification1780224
  772. Node: Time of Day1782110
  773. Node: Time Conversion1784899
  774. Node: Timers1789872
  775. Node: Terminal Input1792045
  776. Node: Input Modes1792548
  777. Node: Translating Input1794961
  778. Node: Recording Input1799126
  779. Node: Terminal Output1800427
  780. Node: Flow Control1804049
  781. Node: Batch Mode1807842
  782. Node: X-Windows1809224
  783. Node: X Selections1810036
  784. Node: X Server1812246
  785. Node: Resources1812647
  786. Node: Server Data1817514
  787. Node: Grabs1818721
  788. Node: X Miscellaneous1820302
  789. Node: ToolTalk Support1822687
  790. Node: XEmacs ToolTalk API Summary1822912
  791. Node: Sending Messages1824212
  792. Node: Example of Sending Messages1824463
  793. Node: Elisp Interface for Sending Messages1825525
  794. Node: Receiving Messages1831917
  795. Node: Example of Receiving Messages1832140
  796. Node: Elisp Interface for Receiving Messages1832976
  797. Node: Internationalization1836801
  798. Node: I18N Levels 1 and 21837142
  799. Node: I18N Level 31837848
  800. Node: Level 3 Basics1838129
  801. Node: Level 3 Primitives1838962
  802. Node: Dynamic Messaging1840568
  803. Node: Domain Specification1841031
  804. Node: Documentation String Extraction1842934
  805. Node: I18N Level 41843852
  806. Node: MULE1844044
  807. Node: Internationalization Terminology1845155
  808. Node: Charsets1853694
  809. Node: Charset Properties1854390
  810. Node: Basic Charset Functions1859076
  811. Node: Charset Property Functions1861257
  812. Node: Predefined Charsets1863300
  813. Node: MULE Characters1866220
  814. Node: Composite Characters1867067
  815. Node: ISO 20221868321
  816. Node: Coding Systems1874043
  817. Node: Coding System Types1875965
  818. Node: EOL Conversion1877784
  819. Node: Coding System Properties1878967
  820. Node: Basic Coding System Functions1882819
  821. Node: Coding System Property Functions1884723
  822. Node: Encoding and Decoding Text1885281
  823. Node: Detection of Textual Encoding1886417
  824. Node: Big5 and Shift-JIS Functions1887953
  825. Node: CCL1889041
  826. Node: Category Tables1891048
  827. Node: Tips1893407
  828. Node: Style Tips1894048
  829. Node: Compilation Tips1903568
  830. Node: Documentation Tips1905484
  831. Node: Comment Tips1910993
  832. Node: Library Headers1913995
  833. Node: Building XEmacs and Object Allocation1917967
  834. Node: Building XEmacs1918850
  835. Node: Pure Storage1925185
  836. Node: Garbage Collection1927973
  837. Node: Standard Errors1939110
  838. Node: Standard Buffer-Local Variables1943359
  839. Node: Standard Keymaps1946035
  840. Node: Standard Hooks1949767
  841. Node: Index1957267
  842. 
  843. End Tag Table
  844.